home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / base / newlfont.sty < prev    next >
Text File  |  1995-03-15  |  4KB  |  105 lines

  1. %% 
  2. %% This is file `newlfont.sty', generated 
  3. %% on <1995/3/2> with the docstrip utility (2.2i).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% newlfont.dtx  (with options: `package')
  8. %% 
  9. %% Copyright 1994 the LaTeX3 project and the individual authors. 
  10. %% All rights reserved. For further copyright information see the file 
  11. %% legal.txt, and any other copyright indicated in this file. 
  12. %% 
  13. %% This file is part of the LaTeX2e system. 
  14. %% ---------------------------------------- 
  15. %% 
  16. %% This system is distributed in the hope that it will be useful, 
  17. %% but WITHOUT ANY WARRANTY; without even the implied warranty of 
  18. %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
  19. %% 
  20. %% 
  21. %% IMPORTANT NOTICE: 
  22. %% 
  23. %% For error reports in case of UNCHANGED versions see readme files. 
  24. %% 
  25. %% Please do not request updates from us directly. Distribution is 
  26. %% done through Mail-Servers and TeX organizations. 
  27. %% 
  28. %% You are not allowed to change this file. 
  29. %% 
  30. %% You are allowed to distribute this file under the condition that 
  31. %% it is distributed together with all files mentioned in 00readme.txt. 
  32. %% 
  33. %% If you receive only some of these files from someone, complain! 
  34. %% 
  35. %% You are NOT ALLOWED to distribute this file alone. You are NOT 
  36. %% ALLOWED to take money for the distribution or use of either this 
  37. %% file or a changed version, except for a nominal charge for copying 
  38. %% etc. 
  39. %% File `newlfont.dtx'.
  40. %% Copyright (C) 1989-1994 Frank Mittelbach and Rainer Sch\"opf,
  41. %% all rights reserved.
  42. \NeedsTeXFormat{LaTeX2e}
  43. \ProvidesPackage{newlfont}
  44.           [1994/11/06 v2.2j Standard LaTeX package]
  45. %% \CharacterTable
  46. %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
  47. %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
  48. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  49. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  50. %%   Dollar        \$     Percent       \%     Ampersand     \&
  51. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  52. %%   Asterisk      \*     Plus          \+     Comma         \,
  53. %%   Minus         \-     Point         \.     Solidus       \/
  54. %%   Colon         \:     Semicolon     \;     Less than     \<
  55. %%   Equals        \=     Greater than  \>     Question mark \?
  56. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  57. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  58. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  59. %%   Right brace   \}     Tilde         \~}
  60. \let\rm\rmfamily
  61. \let\sf\sffamily
  62. \let\tt\ttfamily
  63. \let\bf\bfseries
  64. \let\sl\slshape
  65. \let\sc\scshape
  66. \let\it\itshape
  67. \DeclareRobustCommand\em{%
  68.   \@nomath\em
  69.   \ifdim \fontdimen\@ne\font >\z@\upshape \else \itshape \fi}
  70. \let\mediumseries\mdseries
  71. \let\normalshape\upshape
  72. \def\@setfontsize#1#2#3{\@nomath#1%
  73.     \ifx\protect\@typeset@protect
  74.       \let\@currsize#1%
  75.     \fi
  76.     \fontsize{#2}{#3}\selectfont}
  77. \let\math@bgroup\bgroup
  78. \def\math@egroup#1{#1\egroup}
  79. \let \@@math@bgroup \math@bgroup
  80. \let \@@math@egroup \math@egroup
  81. \def\not@math@alphabet#1#2{%
  82.    \relax
  83.    \ifmmode
  84.      \@latex@error{Command \noexpand#1invalid in math mode}%
  85.         {%
  86.          Please
  87.          \ifx#2\relax
  88.             define a new math alphabet^^J%
  89.             if you want to use a special font in math mode%
  90.           \else
  91.             use the math alphabet #2instead of
  92.             the #1command%
  93.          \fi
  94.          .
  95.         }%
  96.    \fi}
  97. \let\pcal\@undefined
  98. \let\cal\mathcal
  99. \let\pmit\@undefined
  100. \let\mit\mathnormal
  101. \RequirePackage{latexsym}
  102. \endinput
  103. %% 
  104. %% End of file `newlfont.sty'.
  105.